var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3556: 	uniqNameMu   sync.Mutex
		server.go#L3561: 	uniqNameMu.Lock()
		server.go#L3562: 	defer uniqNameMu.Unlock()